home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / TMUDFORM / TMUDFORM.txt
Text File  |  1997-06-09  |  18KB  |  678 lines

  1. object MUDForm: TMUDForm
  2.   Left = 149
  3.   Top = 122
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   AutoScroll = False
  7.   Caption = 'zMUD'
  8.   ClientHeight = 333
  9.   ClientWidth = 594
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   FormStyle = fsMDIChild
  15.   Menu = MainMenu1
  16.   Position = poDefault
  17.   ShowHint = True
  18.   Visible = True
  19.   OnActivate = FormActivate
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnResize = FormResize
  24.   OnShow = FormShow
  25.   PixelsPerInch = 96
  26.   TextHeight = 16
  27.   object PanelTop: TPanel
  28.     Left = 0
  29.     Top = 0
  30.     Width = 594
  31.     Height = 25
  32.     Hint = 'Right click to define button|'
  33.     Align = alTop
  34.     BevelOuter = bvLowered
  35.     TabOrder = 0
  36.     Visible = False
  37.     OnMouseDown = Speed1MouseDown
  38.   end
  39.   object UserOut: TTerm
  40.     Left = 0
  41.     Top = 25
  42.     Width = 576
  43.     Height = 290
  44.     Cursor = crIBeam
  45.     InsMode = False
  46.     VScroll = VScroll
  47.     HScroll = HScroll
  48.     TextAttr = 15
  49.     DefColor = 0
  50.     WrapIndent = 3
  51.     OnNewLine = UserOutNewLine
  52.     OnSend = UserOutSend
  53.     OnRDblClick = UserOutRDblClick
  54.     OnStatus = UserOutStatus
  55.     Margin = 5
  56.     SplitPos = 0
  57.     Font.Color = clWindowText
  58.     Font.Height = -11
  59.     Font.Name = 'Courier'
  60.     Font.Style = []
  61.     TabOrder = 1
  62.     Color = clBlack
  63.     ParentColor = False
  64.     ParentFont = False
  65.     TabStop = True
  66.     Align = alClient
  67.     OnKeyDown = UserOutKeyDown
  68.     OnKeyPress = UserOutKeyPress
  69.     OnMouseDown = UserOutMouseDown
  70.   end
  71.   object Panel1: TPanel
  72.     Left = 0
  73.     Top = 315
  74.     Width = 594
  75.     Height = 18
  76.     Align = alBottom
  77.     BevelOuter = bvNone
  78.     Font.Color = clWindowText
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     ParentFont = False
  83.     TabOrder = 2
  84.     object Panel3: TPanel
  85.       Left = 576
  86.       Top = 0
  87.       Width = 18
  88.       Height = 18
  89.       Align = alRight
  90.       BevelOuter = bvLowered
  91.       TabOrder = 0
  92.       object PauseBut: TSpeedButton
  93.         Left = 1
  94.         Top = 1
  95.         Width = 16
  96.         Height = 16
  97.         Hint = 'Toggle Splitscreen|'
  98.         AllowAllUp = True
  99.         GroupIndex = 1
  100.         Glyph.Data = {
  101.           DE000000424DDE0000000000000076000000280000000D0000000D0000000100
  102.           0400000000006800000000000000000000001000000010000000000000000000
  103.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  104.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  105.           7000777777777777700077777777777770007777777777777000777777777777
  106.           70007700000000077000770CCCCCCC0770007700000000077000777777777777
  107.           7000777777777777700077777777777770007777777777777000777777777777
  108.           7000}
  109.         Margin = 0
  110.         OnClick = PauseButClick
  111.       end
  112.     end
  113.     object Panel4: TPanel
  114.       Left = 382
  115.       Top = 0
  116.       Width = 194
  117.       Height = 18
  118.       Align = alRight
  119.       BevelOuter = bvLowered
  120.       TabOrder = 1
  121.       object HScroll: TScrollBar
  122.         Left = 1
  123.         Top = 1
  124.         Width = 192
  125.         Height = 16
  126.         LargeChange = 35
  127.         Max = 0
  128.         TabOrder = 0
  129.       end
  130.     end
  131.     object GrabBar1: TGrabBar
  132.       Left = 376
  133.       Top = 0
  134.       Width = 6
  135.       Height = 17
  136.       Cursor = crHSplit
  137.       DragUpdate = True
  138.       Style = gbVertical
  139.       Thickness = 6
  140.       WindowA = StatBar
  141.       WindowB = Panel4
  142.       OnMove = GrabBar1Move
  143.     end
  144.     object StatBar: TPanel
  145.       Left = 33
  146.       Top = 0
  147.       Width = 343
  148.       Height = 18
  149.       Hint = 'Right click to define status bar|'
  150.       Align = alLeft
  151.       Alignment = taLeftJustify
  152.       BevelOuter = bvLowered
  153.       TabOrder = 3
  154.       OnMouseDown = StatBarMouseDown
  155.       object TimeBar: TPanel
  156.         Left = 242
  157.         Top = 1
  158.         Width = 60
  159.         Height = 16
  160.         Hint = 'Connection timer|'
  161.         Align = alRight
  162.         BevelOuter = bvLowered
  163.         TabOrder = 0
  164.       end
  165.       object TickBar: TPanel
  166.         Left = 302
  167.         Top = 1
  168.         Width = 40
  169.         Height = 16
  170.         Hint = 'Tick Timer|'
  171.         Align = alRight
  172.         BevelOuter = bvLowered
  173.         TabOrder = 1
  174.       end
  175.     end
  176.     object ButBar: TPanel
  177.       Left = 0
  178.       Top = 0
  179.       Width = 33
  180.       Height = 18
  181.       Align = alLeft
  182.       BevelOuter = bvLowered
  183.       TabOrder = 4
  184.       Visible = False
  185.       object LostCancelBtn: TSpeedButton
  186.         Left = 1
  187.         Top = 1
  188.         Width = 16
  189.         Height = 16
  190.         Hint = 'Cancel reconnect|'
  191.         Glyph.Data = {
  192.           C6000000424DC60000000000000076000000280000000A0000000A0000000100
  193.           0400000000005000000000000000000000000000000000000000000000000000
  194.           80000080000000808000800000008000800080800000C0C0C000808080000000
  195.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00707777707700
  196.           0000090777090700000099907099970000007999099977000000779999977700
  197.           0000770999077700000070999990770000000999799907000000999777999700
  198.           00007977777977000000}
  199.         OnClick = CancelReconnectClick
  200.       end
  201.       object LostConnBtn: TSpeedButton
  202.         Left = 17
  203.         Top = 1
  204.         Width = 16
  205.         Height = 16
  206.         Hint = 'Reconnect now|'
  207.         Glyph.Data = {
  208.           C6000000424DC60000000000000076000000280000000A0000000A0000000100
  209.           0400000000005000000000000000000000000000000000000000000000000000
  210.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  211.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888800
  212.           0000888888888800000082888000000000002088A2222000000020888A222000
  213.           00002088802220000000A200028A200000008A222888A800000088AAA8888800
  214.           00008888888888000000}
  215.         OnClick = ReconnectClick
  216.       end
  217.     end
  218.   end
  219.   object Panel2: TPanel
  220.     Left = 576
  221.     Top = 25
  222.     Width = 18
  223.     Height = 290
  224.     Align = alRight
  225.     BevelOuter = bvLowered
  226.     Font.Color = clWindowText
  227.     Font.Height = -11
  228.     Font.Name = 'MS Sans Serif'
  229.     Font.Style = []
  230.     ParentFont = False
  231.     TabOrder = 3
  232.     object VScroll: TScrollBar
  233.       Left = 1
  234.       Top = 1
  235.       Width = 16
  236.       Height = 288
  237.       Kind = sbVertical
  238.       LargeChange = 22
  239.       Max = 0
  240.       TabOrder = 0
  241.     end
  242.   end
  243.   object MainMenu1: TMainMenu
  244.     Left = 520
  245.     Top = 32
  246.     object Edit1: TMenuItem
  247.       Caption = '&Edit'
  248.       GroupIndex = 5
  249.       Hint = 'Edit menu'
  250.       ShortCut = 0
  251.       OnClick = Edit1Click
  252.       object Cut1: TMenuItem
  253.         Caption = 'Cu&t'
  254.         Hint = 'Cut text to clipboard'
  255.         ShortCut = 16472
  256.         OnClick = Cut1Click
  257.       end
  258.       object Copy1: TMenuItem
  259.         Caption = '&Copy'
  260.         Hint = 'Copy text to clipboard'
  261.         ShortCut = 16451
  262.         OnClick = Copy1Click
  263.       end
  264.       object Paste1: TMenuItem
  265.         Caption = '&Paste'
  266.         Hint = 'Paste text from clipboard'
  267.         ShortCut = 16470
  268.         OnClick = Paste1Click
  269.       end
  270.       object CopyDDELink1: TMenuItem
  271.         Caption = 'Copy DDE Link'
  272.         ShortCut = 0
  273.         OnClick = CopyDDELink1Click
  274.       end
  275.       object N5: TMenuItem
  276.         Caption = '-'
  277.         Hint = ' '
  278.         ShortCut = 0
  279.       end
  280.       object SelectAll1: TMenuItem
  281.         Caption = 'Select &All'
  282.         Hint = 'Highlight all'
  283.         ShortCut = 0
  284.         OnClick = SelectAll1Click
  285.       end
  286.       object Clear1: TMenuItem
  287.         Caption = 'Clear'
  288.         Hint = 'Clear selection'
  289.         ShortCut = 16469
  290.         OnClick = Clear1Click
  291.       end
  292.       object N12: TMenuItem
  293.         Caption = '-'
  294.         Hint = ' '
  295.         ShortCut = 0
  296.       end
  297.       object Find1: TMenuItem
  298.         Caption = '&Find...'
  299.         Hint = 'Search for text'
  300.         ShortCut = 16454
  301.         OnClick = Find1Click
  302.       end
  303.     end
  304.     object View1: TMenuItem
  305.       Caption = '&View'
  306.       GroupIndex = 5
  307.       Hint = 'View menu'
  308.       ShortCut = 0
  309.       object Preferences1: TMenuItem
  310.         Caption = '&Preferences'
  311.         Hint = 'View preferences settings'
  312.         ShortCut = 0
  313.         object General1: TMenuItem
  314.           Caption = '&General...'
  315.           Hint = 'Veiw/edit general preferences'
  316.           ShortCut = 0
  317.           OnClick = Preferences1Click
  318.         end
  319.         object Colors1: TMenuItem
  320.           Caption = '&Colors...'
  321.           Hint = 'View/edit color settings'
  322.           ShortCut = 0
  323.           OnClick = Colors1Click
  324.         end
  325.         object Fonts1: TMenuItem
  326.           Caption = '&Fonts...'
  327.           Hint = 'View/edit font settings'
  328.           ShortCut = 0
  329.           OnClick = Font1Click
  330.         end
  331.         object Sounds1: TMenuItem
  332.           Caption = '&Sounds...'
  333.           Hint = 'View/edit sound settings'
  334.           ShortCut = 0
  335.           OnClick = Sounds1Click
  336.         end
  337.         object N15: TMenuItem
  338.           Caption = '-'
  339.           ShortCut = 0
  340.         end
  341.         object SpecialCharacters1: TMenuItem
  342.           Caption = 'Special Characters...'
  343.           Hint = 'View/edit special characters'
  344.           ShortCut = 0
  345.           OnClick = SpecialCharacters1Click
  346.         end
  347.         object Memory1: TMenuItem
  348.           Caption = '&Memory...'
  349.           Hint = 'View/edit memory settings'
  350.           ShortCut = 0
  351.           OnClick = Memory1Click
  352.         end
  353.         object Directories1: TMenuItem
  354.           Caption = 'Directories...'
  355.           Hint = 'View/edit directory locations'
  356.           ShortCut = 0
  357.           OnClick = Directories1Click
  358.         end
  359.       end
  360.       object N14: TMenuItem
  361.         Caption = '-'
  362.         ShortCut = 0
  363.       end
  364.       object Aliases1: TMenuItem
  365.         Caption = '&Aliases...'
  366.         Hint = 'View/edit aliases'
  367.         ShortCut = 0
  368.         OnClick = Aliases1Click
  369.       end
  370.       object Variables1: TMenuItem
  371.         Caption = '&Variables...'
  372.         Hint = 'View/edit variables'
  373.         ShortCut = 0
  374.         OnClick = Variables1Click
  375.       end
  376.       object Triggers1: TMenuItem
  377.         Caption = '&Triggers...'
  378.         Hint = 'View/edit triggers'
  379.         ShortCut = 0
  380.         OnClick = Triggers1Click
  381.       end
  382.       object Macrokeys1: TMenuItem
  383.         Caption = '&Macro keys...'
  384.         Hint = 'View/edit macros'
  385.         ShortCut = 0
  386.         OnClick = MacroKeys1Click
  387.       end
  388.       object Buttons1: TMenuItem
  389.         Caption = '&Buttons...'
  390.         Hint = 'View/edit buttons'
  391.         ShortCut = 0
  392.         OnClick = Buttons1Click
  393.       end
  394.       object TabCompletion1: TMenuItem
  395.         Caption = 'Tab &Completion...'
  396.         Hint = 'View/edit tab completion words'
  397.         ShortCut = 0
  398.         OnClick = TabCompletion1Click
  399.       end
  400.       object SpeedMenu1: TMenuItem
  401.         Caption = 'Speed &Menu...'
  402.         Hint = 'View/edit speed menu'
  403.         ShortCut = 0
  404.         OnClick = SpeedMenu1Click
  405.       end
  406.       object N13: TMenuItem
  407.         Caption = '-'
  408.         Hint = ' '
  409.         ShortCut = 0
  410.       end
  411.       object Speedwalking2: TMenuItem
  412.         Caption = 'Speed &Walking...'
  413.         Hint = 'View/edit speedwalking'
  414.         ShortCut = 0
  415.         OnClick = Speedwalking1Click
  416.       end
  417.       object Directions1: TMenuItem
  418.         Caption = '&Directions...'
  419.         Hint = 'View/edit speedwalking direction definitions'
  420.         ShortCut = 0
  421.         OnClick = Directions1Click
  422.       end
  423.     end
  424.     object Settings1: TMenuItem
  425.       Caption = '&Settings'
  426.       GroupIndex = 6
  427.       Hint = 'Settings menu'
  428.       ShortCut = 0
  429.       OnClick = Settings1Click
  430.       object New2: TMenuItem
  431.         Caption = '&New...'
  432.         GroupIndex = 41
  433.         Hint = 'Create a new, empty settings file'
  434.         ShortCut = 0
  435.         OnClick = New2Click
  436.       end
  437.       object Load1: TMenuItem
  438.         Caption = '&Load...'
  439.         GroupIndex = 42
  440.         Hint = 'Load a MUD settings file'
  441.         ShortCut = 0
  442.         OnClick = Load1Click
  443.       end
  444.       object Save2: TMenuItem
  445.         Caption = '&Save'
  446.         GroupIndex = 43
  447.         Hint = 'Save the current MUD settings'
  448.         ShortCut = 0
  449.         OnClick = Save2Click
  450.       end
  451.       object Save3: TMenuItem
  452.         Caption = 'Save &As...'
  453.         GroupIndex = 44
  454.         Hint = 'Save current MUD settings to a new filename'
  455.         ShortCut = 0
  456.         OnClick = Save3Click
  457.       end
  458.       object N2: TMenuItem
  459.         Caption = '-'
  460.         GroupIndex = 44
  461.         Hint = ' '
  462.         ShortCut = 0
  463.       end
  464.       object Import1: TMenuItem
  465.         Caption = '&Import'
  466.         GroupIndex = 44
  467.         Hint = 'Import settings'
  468.         ShortCut = 0
  469.         object Settings2: TMenuItem
  470.           Caption = '&Settings...'
  471.           Hint = 'Import from MUD settings file'
  472.           ShortCut = 0
  473.           OnClick = Settings2Click
  474.         end
  475.         object ASCII1: TMenuItem
  476.           Caption = 'Script (&ASCII)...'
  477.           Hint = 'Import settings from a zMUD script file'
  478.           ShortCut = 0
  479.           OnClick = ASCII1Click
  480.         end
  481.         object Tintin1: TMenuItem
  482.           Caption = '&Tintin++...'
  483.           Hint = 'Import settings from a TinTin++ script file'
  484.           ShortCut = 0
  485.           OnClick = Tintin1Click
  486.         end
  487.       end
  488.       object Export1: TMenuItem
  489.         Caption = '&Export...'
  490.         GroupIndex = 44
  491.         Hint = 'Export settings to a zMUD script file'
  492.         ShortCut = 0
  493.         OnClick = Export1Click
  494.       end
  495.       object N11: TMenuItem
  496.         Caption = '-'
  497.         GroupIndex = 44
  498.         Hint = ' '
  499.         ShortCut = 0
  500.       end
  501.       object Parse1: TMenuItem
  502.         Caption = 'Pa&rse'
  503.         GroupIndex = 44
  504.         Hint = 'Toggle command parsing'
  505.         ShortCut = 16466
  506.         OnClick = Parse1Click
  507.       end
  508.       object EnableTriggers1: TMenuItem
  509.         Caption = 'Enable Triggers'
  510.         GroupIndex = 44
  511.         Hint = 'Toggle all triggers'
  512.         ShortCut = 0
  513.         OnClick = EnableTriggers1Click
  514.       end
  515.     end
  516.     object Actions1: TMenuItem
  517.       Caption = '&Actions'
  518.       GroupIndex = 7
  519.       Hint = 'Actions menu'
  520.       ShortCut = 0
  521.       OnClick = Actions1Click
  522.       object MakeAlias1: TMenuItem
  523.         Caption = 'Make &Alias...'
  524.         GroupIndex = 81
  525.         Hint = 'Create a new alias for the command in the input buffer'
  526.         ShortCut = 16449
  527.         OnClick = MakeAlias1Click
  528.       end
  529.       object MakeTrigger1: TMenuItem
  530.         Caption = 'Make &Trigger...'
  531.         GroupIndex = 82
  532.         Hint = 'Create a new trigger'
  533.         ShortCut = 16468
  534.         OnClick = MakeTrigger1Click
  535.       end
  536.       object Macros1: TMenuItem
  537.         Caption = 'Define Macro &Key...'
  538.         GroupIndex = 82
  539.         Hint = 'Create a new macro key'
  540.         ShortCut = 16459
  541.         OnClick = Macros1Click
  542.       end
  543.       object MakeButton1: TMenuItem
  544.         Caption = 'Make &Button...'
  545.         GroupIndex = 82
  546.         Hint = 'Create a new button'
  547.         ShortCut = 16450
  548.         OnClick = MakeButton1Click
  549.       end
  550.       object AddTabWord1: TMenuItem
  551.         Caption = 'Add Tab &Word'
  552.         GroupIndex = 83
  553.         Hint = 'Add last word in input buffer to tab completion list'
  554.         ShortCut = 16471
  555.         OnClick = AddTabWord1Click
  556.       end
  557.       object N10: TMenuItem
  558.         Caption = '-'
  559.         GroupIndex = 84
  560.         Hint = ' '
  561.         ShortCut = 0
  562.       end
  563.       object Speedwalking1: TMenuItem
  564.         Caption = '&Speedwalking...'
  565.         GroupIndex = 84
  566.         Hint = 'Edit paths and speedwalking variables and parameters'
  567.         ShortCut = 16467
  568.         OnClick = Speedwalking1Click
  569.       end
  570.       object N9: TMenuItem
  571.         Caption = '-'
  572.         GroupIndex = 89
  573.         Hint = ' '
  574.         ShortCut = 0
  575.       end
  576.       object TickTimer1: TMenuItem
  577.         Caption = 'T&ick Timer...'
  578.         GroupIndex = 90
  579.         Hint = 'Display the Tick Timer dialog'
  580.         ShortCut = 0
  581.         OnClick = TickTimer1Click
  582.       end
  583.       object TickStart1: TMenuItem
  584.         Caption = 'S&ync Timer'
  585.         GroupIndex = 91
  586.         Hint = 'Synchronize the tick timer'
  587.         ShortCut = 0
  588.         OnClick = TickStart1Click
  589.       end
  590.       object N8: TMenuItem
  591.         Caption = '-'
  592.         GroupIndex = 91
  593.         Hint = ' '
  594.         ShortCut = 0
  595.       end
  596.       object DefineStatusBar1: TMenuItem
  597.         Caption = 'Define Status Bar...'
  598.         GroupIndex = 91
  599.         Hint = 'Set the definition of the status bar'
  600.         ShortCut = 0
  601.         OnClick = DefineStatusBar1Click
  602.       end
  603.       object Speedtest1: TMenuItem
  604.         Caption = 'Speed test'
  605.         GroupIndex = 91
  606.         ShortCut = 16465
  607.         Visible = False
  608.         OnClick = Speedtest1Click
  609.       end
  610.     end
  611.   end
  612.   object OpenFileDialog: TOpenDialog
  613.     DefaultExt = 'mud'
  614.     FileEditStyle = fsEdit
  615.     Filter = 
  616.       'MUD Files|*.mud|Script Files|*.zsc|Text Files|*.txt|All Files|*.' +
  617.       '*'
  618.     Left = 416
  619.     Top = 32
  620.   end
  621.   object SaveFileDialog: TSaveDialog
  622.     DefaultExt = 'mud'
  623.     FileEditStyle = fsEdit
  624.     Filter = 'MUD Files|*.mud|All files|*.*'
  625.     Options = [ofHideReadOnly, ofNoReadOnlyReturn]
  626.     Left = 448
  627.     Top = 32
  628.   end
  629.   object WaitTimer: TTimer
  630.     Enabled = False
  631.     OnTimer = WaitTimerTimer
  632.     Left = 520
  633.     Top = 72
  634.   end
  635.   object StepTimer: TTimer
  636.     Enabled = False
  637.     Interval = 5000
  638.     OnTimer = StepTimerTimer
  639.     Left = 520
  640.     Top = 104
  641.   end
  642.   object TickMenu: TPopupMenu
  643.     OnPopup = TickMenuPopup
  644.     Left = 152
  645.     Top = 88
  646.     object Enable1: TMenuItem
  647.       Caption = 'Enable'
  648.       ShortCut = 0
  649.       OnClick = Enable1Click
  650.     end
  651.     object Sync1: TMenuItem
  652.       Caption = 'Sync'
  653.       ShortCut = 0
  654.       OnClick = Sync1Click
  655.     end
  656.     object N7: TMenuItem
  657.       Caption = '-'
  658.       ShortCut = 0
  659.     end
  660.     object TickDialog1: TMenuItem
  661.       Caption = 'Tick Dialog'
  662.       ShortCut = 0
  663.       OnClick = TickDialog1Click
  664.     end
  665.   end
  666.   object SpeedMenu: TPopupMenu
  667.     AutoPopup = False
  668.     Left = 152
  669.     Top = 128
  670.   end
  671.   object FindDlg: TFindDialog
  672.     Options = [frHideMatchCase, frHideWholeWord, frDisableMatchCase, frDisableWholeWord]
  673.     OnFind = FindDlgFind
  674.     Left = 416
  675.     Top = 72
  676.   end
  677. end
  678.